object frm_GroupName: Tfrm_GroupName Left = 256 Top = 260 ActiveControl = txt_NewName BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Group Name' ClientHeight = 89 ClientWidth = 297 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lab_NewName: TLabel Left = 16 Top = 18 Width = 103 Height = 13 Caption = 'New Name for Group:' FocusControl = txt_NewName end object txt_NewName: TEdit Left = 128 Top = 13 Width = 161 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False TabOrder = 0 end object cmd_OK: TBitBtn Left = 215 Top = 52 Width = 74 Height = 29 TabOrder = 1 Kind = bkOK end object cmd_Cancel: TBitBtn Left = 136 Top = 52 Width = 74 Height = 29 TabOrder = 2 Kind = bkCancel end object cmd_Help: TBitBtn Left = 8 Top = 52 Width = 74 Height = 29 Caption = 'Help' TabOrder = 3 Kind = bkHelp end end